home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / progrmng / scanffix.sit / Weaver Instructions < prev    next >
Encoding:
Text File  |  1989-10-24  |  2.4 KB  |  79 lines  |  [TEXT/KAHL]

  1. WEAVER INSTRUCTIONS
  2. ====== ============
  3. Copyright ⌐ 1989 Symantec Corporation. All rights reserved.
  4. 10/24/89
  5.  
  6. INTRODUCTION
  7. ============
  8. This file tells you how to use Weaver, a program that fixes
  9. bugs in source files. If you've never used Weaver before, read
  10. the section USING WEAVER below. If you've used Weaver before,
  11. skip down to WHAT'S IN THIS WEAVER SET.
  12.  
  13. USING WEAVER
  14. ============
  15. Weaver is a small program that fixes bugs in source files.
  16. The program uses a file that contains the fixes (a "delta"
  17. file and applies them to the original source file.
  18.  
  19. When you run Weaver, it asks you to choose a delta file. Then
  20. it asks you to choose the source file that corresponds to the
  21. delta file.
  22.  
  23.     NOTE: The name of the delta file tells Weaver
  24.     which source file it should look for. For example,
  25.     if the name of the delta file is "delta.myfile.c",
  26.     Weaver looks for the file "myfile.c".
  27.  
  28. Weaver uses the information in the delta file to update the
  29. source file. Weaver copies the original source file and renames
  30. it so it ends with "_old".
  31.  
  32. STEP BY STEP
  33. ------------
  34. Here are step-by-step instructions for using Weaver:
  35.  
  36.         1.    Launch Weaver.
  37.         2.    When you see the first standard file dialog,
  38.             select the delta file and click the Open button.
  39.         3.    When you see the second standard file dialog,
  40.             select the source file and click on the Open button.
  41.         4.    If everything goes well, Weaver will let you
  42.             know.
  43.         5.    Open the project(s) that the source file is used in.
  44.         6.    Choose Make╔ from the Source menu.
  45.         7.    Click on the Use Disk button.
  46.         8.    Click on the Make button.
  47.  
  48. TROUBLESHOOTING
  49. ---------------
  50. Here are a couple of things to try if you're having trouble:
  51.  
  52.         Ñ    Make sure you're updating a copy of the
  53.             original file.
  54.  
  55.         Ñ    Make sure that the updated file is int the
  56.             proper folder.
  57.  
  58.  
  59. WHAT'S IN THIS WEAVER SET
  60. =========================
  61. This Weaver set fixes bugs in these files:
  62.  
  63.     Delta File        File        Which is used in these projects
  64.     ----------        ----        -------------------------------
  65.     delta.scanf.c    scanf.c        ANSI  ANSI-881  ANSI-A4  ANSI-SMALL
  66.  
  67. Bugs in scanf.c:
  68.  
  69.         1.    scanf() and related functions like atof()
  70.             returned incorrect values for floating point
  71.             numbers less than 0.01.
  72.         2.    The data types float and short double were
  73.             stored incorrectly when you used the ANSI-881
  74.             library.
  75.         3.    String suppression was not always honored.
  76.  
  77. Follow the instructions in STEP BY STEP above. Be sure to update
  78. all of the projects that use scanf.c
  79.